google.golang.org/grpc/internal/transport.http2Client.kp (field)
7 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L97: kp keepalive.ClientParameters
http2_client.go#L337: kp: kp,
http2_client.go#L1669: timer := time.NewTimer(t.kp.Time)
http2_client.go#L1678: timer.Reset(time.Duration(lastRead) + t.kp.Time - time.Duration(time.Now().UnixNano()))
http2_client.go#L1697: if len(t.activeStreams) < 1 && !t.kp.PermitWithoutStream {
http2_client.go#L1718: timeoutLeft = t.kp.Timeout
http2_client.go#L1725: sleepDuration := minTime(t.kp.Time, timeoutLeft)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)